Configuring the Export Destination

The Export Destination page specifies the destination of the export. Data can be exported to a standard file system directory and/or to a configured SonicMQ Broker queue. Both export options support a retry option if an export fails, and the export file will be written to the configured Retry Folder (for Export to File System) or the Resend Folder (for Export to SonicMQ broker queue).

SonicMQ EIE - Export Destination Page

SonicMQ EIE - Export Destination Page

The properties for each section of this page are described below.

Property Description

Export to Filesystem

Select this option to export data to a specified folder in the standard file system.

Folder Path

Specify the path to the folder in the standard file system where the data will be saved. For example: E:\Apps\CygNet\ImportExportHistory\SMQ

Note: This folder path supports the use of system environment variable tokens. See System Environment Variable Tokens below for more information.

Max Files

Specify the maximum number of files that can be stored in the folder.

Retry Folder Path

If writing a new export to the resolved export Folder Path fails, the export file will be written to this Retry Folder Path. Specify the path to the retry folder in the standard file system. For example: .\Retry

Note: This folder path supports the use of system environment variable tokens. See System Environment Variable Tokens below for more information.

Also see Export Retry/Resend below for more information about export failures.

Retry Max Files

Specify the maximum number of files that can be stored in the retry folder.

Export to SonicMQ

Select this option to export data to the SonicMQ broker.

Queue Name

Specify the SonicMQ queue name.

Broker/IP

Specity the computer name or TCP/IP address hosting the primary SonicMQ broker.

Port

Specify the port number of the primary SonicMQ broker.

Backup (Broker/IP)

Specify a secondary computer name or TCP/IP address used in case the primary broker fails.

Backup Port

Specify the port number of the secondary SonicMQ broker.

Username

Specify the username required to connect to the SonicMQ broker.

Password

Specify the password required to connect to the SonicMQ broker.

Msg. Lifespan

Specify the amount of time the message stays on the SonicMQ broker.

Msg. Priority

Select the priority of the message from the drop-down menu. Messages with a higher priority are processed first.

Resend Folder

Specify the path to the folder in the standard file system to the files that need to be resent.

For example: E:\Apps\CygNet\ImportExportHistory\SMQ

Note: This folder path supports the use of system environment variable tokens. See System Environment Variable Tokens below for more information.

Also see Export Retry/Resend below for more information about export failures.

System Environment Variable Tokens

The folder path options for the SonicMQ export support the use of Windows system environment variable tokens. The format of the environment variable tokens must be in the form “%MY_SPECIAL_ENV_VAR%\Listener”.

Note: The RSM that controls the UIS that is hosting the SonicMQ export drivers must be restarted whenever an environment variable embedded in a folder path is changed so that the new settings are picked up by the UIS process.

Windows system environment variable tokens configuration:

  1. Go to Settings and type "environment" and select to edit the system environment variables.
  2. Open the System Properties dialog box on the computer name where the SonicMQ Export device is configured.
  3. Click Environment Variables to open the variables for the system.
  4. Click New under the System variables field to configure a new variable:
    1. Specify a Variable name, e.g., MY_SPECIAL_ENV_VAR
    2. Specify a Variable value, e.g., D:\UseThisFolderFor\Export
  5. Click OK three times.

Export Retry/Resend

If writing a new export to the configured export Folder Path fails, the export file will be written to the configured Retry Folder. The following notes apply to retry logic:

Back to top